box: Mark out params of _query_packing as (optional)
authorTimm Bäder <mail@baedert.org>
Sat, 29 Oct 2016 14:16:49 +0000 (16:16 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 31 Oct 2016 11:20:41 +0000 (12:20 +0100)
gtk/gtkbox.c

index 1127deb21864a896f9cea20987105a2b60121cd2..98a48e287bad9a58ef94705a9081ae408ef9491f 100644 (file)
@@ -2290,11 +2290,11 @@ gtk_box_reorder_child (GtkBox    *box,
  * gtk_box_query_child_packing:
  * @box: a #GtkBox
  * @child: the #GtkWidget of the child to query
- * @expand: (out): pointer to return location for expand child
+ * @expand: (out) (optional): pointer to return location for expand child
  *     property
- * @fill: (out): pointer to return location for fill child
+ * @fill: (out) (optional): pointer to return location for fill child
  *     property
- * @pack_type: (out): pointer to return location for pack-type
+ * @pack_type: (out) (optional): pointer to return location for pack-type
  *     child property
  *
  * Obtains information about how @child is packed into @box.